Intersoft WebInput Documentation
How-to: Customize DateTime Editor max and min year
See Also Send Feedback
Intersoft WebInput > Features and Concepts > Editors > How-to: Customize DateTime Editor max and min year

Glossary Item Box

You can customize DateTime editor max and min year of WebInput.

In this topic, you will learn how to customize DateTime Editor max and min year.

To customize DateTime Editor max and min year

  1. Right-click on WebInput control and choose Properties.
  2. Expand DateTimeEditor. Set IsEnabled to True, .
  3. Set MaxDropDownYear to a value indicates maximum year and set MinDropDownYear to a value indicates minimum year.

    MaxMin

  4. Run the Project.

See Also